home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / AWK.sch < prev    next >
Text File  |  2004-01-06  |  3KB  |  130 lines

  1. object TPersHolder
  2.   P.Name = 'AWK Script'
  3.   P.Extensions.Strings = (
  4.     'awk')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       UseComments = True
  16.       UseSingleLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseNumbers = True
  20.       UseKeywords = True
  21.       BlockDelimiters = <>
  22.       SingleLineCommentDelimiters = <
  23.         item
  24.           FontID = 4
  25.           LeftDelimiter = '#'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 5
  30.           LeftDelimiter = '"'
  31.           RightDelimiter = '"'
  32.         end>
  33.       KeywordSets = <
  34.         item
  35.           FontID = 6
  36.           Name = 'keywords'
  37.           Keywords =
  38.             'BEGIN,break,continue,do,else,END,exit,for,function,getline,if,pr' +
  39.             'int,return,while'
  40.         end
  41.         item
  42.           FontID = 7
  43.           Name = 'system variables'
  44.           Keywords =
  45.             'ARGC,ARGIND,ARGV,CONVFMT,ENVIRON,ERRNO,FIELDWIDTH,FILENAME,FNR,F' +
  46.             'S,IGNORECASE,NF,NR,OFMT,OFS,ORS,RLENGTH,RS,RSTART,SUBSEP'
  47.         end
  48.         item
  49.           FontID = 8
  50.           Name = 'internal functions'
  51.           Keywords =
  52.             'atan2,close,cos,delete,exp,gsub,index,int,jindex,jlength,jsubstr' +
  53.             ',length,log,match,printf,rand,sin,split,sprintf,sqrt,srand,strft' +
  54.             'ime,sub,substr,system,systime,tolower,toupper'
  55.         end>
  56.     end>
  57.   P.FontTable = <
  58.     item
  59.       FontID = 0
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBlack
  62.       Font.Height = -13
  63.       Font.Name = 'Courier New'
  64.       Font.Style = []
  65.     end
  66.     item
  67.       FontID = 1
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clGreen
  70.       Font.Height = -13
  71.       Font.Name = 'Courier New'
  72.       Font.Style = []
  73.     end
  74.     item
  75.       FontID = 2
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clGreen
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 3
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clGreen
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 4
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clGray
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = [fsItalic]
  97.     end
  98.     item
  99.       FontID = 5
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clMaroon
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 6
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlue
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = [fsBold]
  113.     end
  114.     item
  115.       FontID = 7
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clNavy
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 8
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clNavy
  126.       Font.Height = -13
  127.       Font.Name = 'Courier New'
  128.       Font.Style = []
  129.     end>
  130. end